Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ldg_ptr and Replace Functionality by const_ptr_deref #1810

Merged
merged 7 commits into from
Oct 30, 2024

Conversation

fthaler
Copy link
Contributor

@fthaler fthaler commented Oct 29, 2024

No performance change in the GridTools performance tests visible, however this might change performance of external code that does not rely on GridTools storages but uses sid::composite or sid::dimension_to_tuple_like which now use __ldg but previously did not.

@fthaler
Copy link
Contributor Author

fthaler commented Oct 29, 2024

launch perftest

@gridtoolsjenkins
Copy link
Collaborator

Hi there, this is jenkins continuous integration...
Do you want me to verify this patch?

@fthaler
Copy link
Contributor Author

fthaler commented Oct 29, 2024

launch jenkins

@fthaler
Copy link
Contributor Author

fthaler commented Oct 30, 2024

launch jenkins

@fthaler
Copy link
Contributor Author

fthaler commented Oct 30, 2024

launch perftest

This reverts commit f819270.
@fthaler
Copy link
Contributor Author

fthaler commented Oct 30, 2024

launch perftest

@fthaler
Copy link
Contributor Author

fthaler commented Oct 30, 2024

launch perftest

@fthaler
Copy link
Contributor Author

fthaler commented Oct 30, 2024

launch jenkins

@fthaler fthaler requested a review from havogt October 30, 2024 09:45
@havogt havogt merged commit 049d6fe into GridTools:master Oct 30, 2024
70 checks passed
havogt pushed a commit that referenced this pull request Oct 30, 2024
No performance change in the GridTools performance tests visible,
however this might change performance of external code that does not
rely on GridTools storages but uses `sid::composite` or
`sid::dimension_to_tuple_like` which now use `__ldg` but previously did
not.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants